Fix comment for --with-included-loaders. That option affects builds with
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 9 Jan 2007 21:43:28 +0000 (21:43 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 9 Jan 2007 21:43:28 +0000 (21:43 +0000)
2007-01-09  Behdad Esfahbod  <behdad@gnome.org>

        * configure.in: Fix comment for --with-included-loaders.  That option
        affects builds with module loading enabled too.

svn path=/trunk/; revision=17123

ChangeLog
configure.in

index e1eb0930603d515751ad3c22ec100021855e33fb..718976b8125c586893bdb961b8d919279a8f6841 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-09  Behdad Esfahbod  <behdad@gnome.org>
+
+       * configure.in: Fix comment for --with-included-loaders.  That option
+       affects builds with module loading enabled too.
+
 2006-01-08  Peter Teichman  <peter@novell.com>
 
        * gtk/gtkfilechooserdefault.c:
index 06bbaf1ddf7dcebbaaa05bf969063b1bfb6dfd50..8ae8a18404042b0c505eec1803b76c0a48f2292c 100644 (file)
@@ -876,7 +876,7 @@ AC_MSG_CHECKING(pixbuf loaders to build)
 dnl due to an autoconf bug, commas in the first arg to
 dnl AC_HELP_STRING cause problems.
 dnl AC_HELP_STRING([--with-included-loaders=LOADER1 LOADER2 ...],
-dnl                [build the specified loaders into gdk-pixbuf (only used if module loading disabled)])
+dnl                [build the specified loaders into gdk-pixbuf])
 AC_ARG_WITH(included_loaders,
 [  --with-included-loaders=LOADER1,LOADER2,...
                           build the specified loaders into gdk-pixbuf])